2017 © Pedro Peláez
 

library quars

Saefy Quars Api Client

image

saefy/quars

Saefy Quars Api Client

  • Friday, November 17, 2017
  • by mmendoza000
  • Repository
  • 1 Watchers
  • 1 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 38 % Grown

The README.md

Quars (Framework Core)

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This is the Quars Framework Core, please use saefy/quars-application to create web apps with Quars., (*2)

Quars is a PHP Framework for small projects, easy to implement. It uses Phroutes/phroutes for routing, blade template engine used in Laravel., (*3)

  • Database is handled with \Quars\Db\Db
  • ActiveRecord library is \Quars\ActiveRecord

Structure

This is the directory structure you should use for your project., (*4)

my_application_example/
  app/
    Cache/
    Config/
    Controllers/
    Errors/
    Helpers/
    Libraries/
    Models/
    Routes/
    Services/
    Views/
    boostrap/
    public/
vendor/

Install

Via Composer, (*5)

``` bash $ composer require saefy/quars, (*6)


## Usage This is the main framework source code should be installed ussing composer, please refer to saefy/quars-aplication to get all folder structure for your project. After having all code structure run:

composer install sh quars_serve application_example, (*7)

Note: quars_serve is for dev purposes only, don't use it in prod environments.

``` php
// Run the app
\Quars\Request::serve();

Change log

Please see CHANGELOG for more information on what has changed recently., (*8)

Testing

bash $ composer test, (*9)

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details., (*10)

Security

If you discover any security related issues, please email mmendoza000@gmail.com instead of using the issue tracker., (*11)

Credits

License

The MIT License (MIT). Please see License File for more information., (*12)

The Versions

17/11 2017

dev-master

9999999-dev https://github.com/saefy/quars

Saefy Quars Api Client

  Sources   Download

MIT

The Requires

 

The Development Requires

saefy quars

17/11 2017

v1.0

1.0.0.0 https://github.com/saefy/quars

Saefy Quars Api Client

  Sources   Download

MIT

The Requires

 

The Development Requires

saefy quars