Skip to content

TheEntreveloper/clfw-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samples for the Code-lib Framework

Under this Repository you can find a selection of Code-lib (or CL for short) samples that demonstrate how to easily get started with the framework, and how to quickly take advantage of specific CL features to develop PHP Applications that are robust and easy to create and maintain.

The Code-lib framework is released under the MIT license, and the samples are released under the Apache License. Both are considered "permissive" open source licenses. You are free to use any of these samples as a starting point for any project, personal or commercial, whether open source or not.

To get started:

  • download the samples to a folder in your computer available to your web server, for instance inside htdocs or public_html.
  • you should then have several subfolders, each of which represents a sample.
  • go into any of the subfolders if you wish to run that particular sample.
  • if the specific sample has a composer.json file, then install it using composer install.
  • otherwise, download code-lib, and copy the path to where you installed it in your computer. Then, for each sample you want to execute, open its index.php file and update CL_DIR with the correct path for your installation of code-lib.
  • read the README.md file for the sample so you understand better what it does.
  • open the url pointing to the index.php file of that sample in your web browser.

About

Samples for quick learning of the Codelib PHP Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages