2017 © Pedro Peláez
 

library scrollio

PHP 7 Application Framework utilizing Geppetto Database ORM

image

cybourgeoisie/scrollio

PHP 7 Application Framework utilizing Geppetto Database ORM

  • Wednesday, September 20, 2017
  • by cybourgeoisie
  • Repository
  • 1 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

Scrollio: PHP 7 Framework

PHP 7 Application Framework utilizing Geppetto Database Object Relational Mapper., (*1)

Notice

Scrollio is currently deployed in my production applications, so I can attest to its stability and utility. However, this repository is a work-in-progress, as I'm working to refactor the entire project and add a suite of unit tests for reliability, security and backward compatibility. I do not recommend using this project until it reaches a stable state., (*2)

Running Tests with Docker

To simplify the testing process across multiple processes and system configurations, all of the tests can be run within Docker containers. You'll need to install the latest versions of Docker and Docker Compose first: Docker website., (*3)

To build and run, make the docker containers using the build script, and then use docker-compose to bring up the containers., (*4)

./build.sh
docker-compose up -d

Enter the container and run the tests using:, (*5)

docker exec -it scrollio-tests /bin/bash
phpunit ./tests/

And when you're finished, bring down the docker containers., (*6)

docker-compose down

The Versions

20/09 2017

dev-master

9999999-dev https://github.com/Cybourgeoisie/Scrollio

PHP 7 Application Framework utilizing Geppetto Database ORM

  Sources   Download

MIT

The Requires