- Database
- Connection.php
- QueryBuilder.php
- index.php
- task.blade.php
Connection.php
<?php
class ConnectionConnection.php
<?php
class ConnectionArray_filter() :
<?php
class Post
{
public $title;
public $published;
public function __construct($title, $published){
$this->title = $title;According to the official website MongoDB is a document database that provides high performance, high availability, and easy scalability.
MongoDB falls into the group of documents-oriented NoSQL databases
steps to use mangodb with php:
extension=php_mongo.dllcomposer require mongodb/mongodb