Skip to content

Commit

Permalink
a1.0.2
Browse files Browse the repository at this point in the history
Some update to License files and remove files that need to be added in configuration.
  • Loading branch information
arcanisgk committed Jun 18, 2022
1 parent c41180c commit cbde5cb
Show file tree
Hide file tree
Showing 13 changed files with 116 additions and 17 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
/composer.lock
/*.log
/null
/.htaccess
/.user.ini
6 changes: 2 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
MIT License

Copyright (c) 2022 Walter Nuñez
Copyright (c) 2020-2022 Walter Nuñez

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
3 changes: 0 additions & 3 deletions example/.htaccess

This file was deleted.

1 change: 0 additions & 1 deletion example/.user.ini

This file was deleted.

23 changes: 19 additions & 4 deletions example/bug_catcher.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<?php

/**
* PHP Development Tools.
* PHP Version required 7.4.* or higher
*
* @see https://github.com/arcanisgk/PHP-Development-Tools
*
* @author Walter Nuñez (arcanisgk/original founder)
* @email icarosnet@gmail.com
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
* @license For the full copyright and licence information, please view the LICENSE
* @note This program is distributed in the hope that it will be useful
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE.
*/

?>

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down Expand Up @@ -28,10 +47,6 @@
This data output contains a series of examples of Alert, Warning and System Error controls that are shown on the screen in a friendly way.
</span><br>
<hr>
</div>
</body>
</html>
14 changes: 14 additions & 0 deletions example/dumper.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<?php

/**
* PHP Development Tools.
* PHP Version required 7.4.* or higher
*
* @see https://github.com/arcanisgk/PHP-Development-Tools
*
* @author Walter Nuñez (arcanisgk/original founder)
* @email icarosnet@gmail.com
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
* @license For the full copyright and licence information, please view the LICENSE
* @note This program is distributed in the hope that it will be useful
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE.
*/

declare(strict_types=1);

Expand Down
19 changes: 19 additions & 0 deletions example/index.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<?php

/**
* PHP Development Tools.
* PHP Version required 7.4.* or higher
*
* @see https://github.com/arcanisgk/PHP-Development-Tools
*
* @author Walter Nuñez (arcanisgk/original founder)
* @email icarosnet@gmail.com
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
* @license For the full copyright and licence information, please view the LICENSE
* @note This program is distributed in the hope that it will be useful
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE.
*/

?>

<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
5 changes: 0 additions & 5 deletions example/test/error_log.log

This file was deleted.

15 changes: 15 additions & 0 deletions example/test/example_error_handler.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<?php

/**
* PHP Development Tools.
* PHP Version required 7.4.* or higher
*
* @see https://github.com/arcanisgk/PHP-Development-Tools
*
* @author Walter Nuñez (arcanisgk/original founder)
* @email icarosnet@gmail.com
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
* @license For the full copyright and licence information, please view the LICENSE
* @note This program is distributed in the hope that it will be useful
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE.
*/

declare(strict_types=1);

require_once __DIR__ . "/../../vendor/autoload.php";
Expand Down
15 changes: 15 additions & 0 deletions example/test/example_exception_handler.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<?php

/**
* PHP Development Tools.
* PHP Version required 7.4.* or higher
*
* @see https://github.com/arcanisgk/PHP-Development-Tools
*
* @author Walter Nuñez (arcanisgk/original founder)
* @email icarosnet@gmail.com
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
* @license For the full copyright and licence information, please view the LICENSE
* @note This program is distributed in the hope that it will be useful
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE.
*/

declare(strict_types=1);

require_once __DIR__ . "/../../vendor/autoload.php";
Expand Down
15 changes: 15 additions & 0 deletions example/test/example_shutdown_handler.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<?php

/**
* PHP Development Tools.
* PHP Version required 7.4.* or higher
*
* @see https://github.com/arcanisgk/PHP-Development-Tools
*
* @author Walter Nuñez (arcanisgk/original founder)
* @email icarosnet@gmail.com
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
* @license For the full copyright and licence information, please view the LICENSE
* @note This program is distributed in the hope that it will be useful
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE.
*/

declare(strict_types=1);

require_once __DIR__ . "/../../vendor/autoload.php";
Expand Down
Empty file removed example/test/null
Empty file.
15 changes: 15 additions & 0 deletions example/wc_detector.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
<?php

/**
* PHP Development Tools.
* PHP Version required 7.4.* or higher
*
* @see https://github.com/arcanisgk/PHP-Development-Tools
*
* @author Walter Nuñez (arcanisgk/original founder)
* @email icarosnet@gmail.com
* @copyright 2020 - 2022 Walter Nuñez/Icaros Net S.A.
* @license For the full copyright and licence information, please view the LICENSE
* @note This program is distributed in the hope that it will be useful
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE.
*/

declare(strict_types=1);

use ArcanisGK\PhpDevelopmentTool\WebCLIDetector;
Expand Down

0 comments on commit cbde5cb

Please sign in to comment.