Which php frameworks would be best to work with NoSQL database like Cassandra? [closed] Which php frameworks would be best to work with NoSQL database like Cassandra? [closed] database database

Which php frameworks would be best to work with NoSQL database like Cassandra? [closed]


I'm sure that you can work with Mongo from all framework that you need.Example from google:

Select Framework that you like or have experience. Each of them have great community and solution work with NoSQL DB.

Regarding server side validation. Why not?Server validation should not connected to selected DB.

Difference from MySQL that if you enter invalid data it show you error. In NoSQL that value accepted. But correct behavior work with DB it's validate information before it pass DB.So first you validate POST then if it valid pass it to DB.