Drilex is a Silex starter project which use Drupal as backend to manage user and content.
This is being developed, not ready for production yet.
git clone git@github.com:atdrupal/drilex.git drilex
cd drilex
composer install
# Update config.php to include Drupal connection params-
Start the testing server
php -S localhost:8888 -t public/ -
Then you can login with your account in Drupal CMS: /user/login
-
The entity is accessible: /node/1
-
Logout: /user/logout
