Skip to content

Commit 98bcddc

Browse files
authored
Revise DocBlock
1 parent 5de4a71 commit 98bcddc

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

Basic.php

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
<?php
22

33
/**
4-
* BasicPHP - A frameworkless library-based approach for building web applications
5-
* - and application programming interfaces or API's.
6-
* - The aim of the project is for developers to build applications that
7-
* - are framework-independent using native PHP functions and API's.
4+
* BasicPHP - A frameworkless class library for developing web applications and
5+
* - application programming interfaces or API's.
86
* -
9-
* - To embed the application to any framework, copy BasicPHP class library
10-
* - (Basic.php), and the 'classes', 'models', 'views' and 'controllers'
11-
* - folders one (1) folder above the front controller (index.php) of the
12-
* - chosen framework. In the controller file, at the top of the script,
13-
* - include/require Basic.php.
7+
* - The purpose of the library is for developers to build applications
8+
* - and services that are framework agnostic using native PHP functions
9+
* - and API's.
1410
*
15-
* @package BasicPHP
16-
* @version v0.9.9
17-
* @author Raymund John Ang <[email protected]>
18-
* @license MIT License
11+
* @package BasicPHP
12+
* @version v0.9.9
13+
* @link https://github.com/ray-ang/basicphp
14+
* @author Raymund John Ang <[email protected]>
15+
* @copyright Copyright (c) 2019-2022 Raymund John Ang <[email protected]>
16+
* @license MIT License
1917
*/
2018

2119
class Basic

0 commit comments

Comments
 (0)