Giter Site home page Giter Site logo

shahariaazam / simple-php-library Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 1.04 MB

A simple PHP library. The library will soon become deprecated and will be replaced by a Unit Tested version which will not have all the components that this one has and will also have new/modified ones that might be incompatible with the current library.

Home Page: https://brian.hopto.org/wiki/hypermvc/category/library/

simple-php-library's Introduction

This library is in the process of being deprecated. The Acamar Framework will take it's place

Requirements
------------------------------------------
PHP 5.3.0 or higher


Getting started
-----------------------------------------

// Including the autoloader
include '/path/to/library/SPL/Autoload/Autoload.php';

// Registering the loader
\SPL\Autoload\Autoload::register(array(
    'SPL' => '/path/to/library' // Note that there is not trailing slash
));


If you don't want the class to throw an Exception when no file for a class is found then also add the following line:

// Skips the Exception trigger when no file is found for the requested class
\SPL\Autoload\Autoload::skipException();


Documentation
-----------------------------------------

- Usage documentation:

http://brian.hopto.org/wiki/github_repos/category/simple-php-library/



- API Documentation:

http://brian.hopto.org/docs/simple-php-library

simple-php-library's People

Contributors

yousha avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.