PHPackages                             prodigyview/prodigyview - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. prodigyview/prodigyview

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

prodigyview/prodigyview
=======================

Complete PHP Toolkit

1.0.06(2mo ago)648.2k13MITPHPPHP &gt;=7.1.0CI failing

Since Dec 11Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/ProdigyView-Toolkit/prodigyview)[ Packagist](https://packagist.org/packages/prodigyview/prodigyview)[ Docs](https://github.com/ProdigyView-Toolkit/prodigyview)[ RSS](/packages/prodigyview-prodigyview/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (2)Versions (28)Used By (0)

ProdigyView: The Toolkit For Building Micro: Frameworks / Applications / Services
=================================================================================

[](#prodigyview-the-toolkit-for-building-micro-frameworks--applications--services)

Welcome to the ProdigyView Toolkit, a powerful PHP enhancement tool designed to make PHP coding faster, less mundane and highly extendable. The toolkit was designed too:

1. Tackle Inversion Of Control in more targeted way than current solutions such as dependency injection
2. Provide tools to build applications without enforcing a structure or requiring a framework
3. Quickly build and easily maintain micro-applications and micro-frameworks

This document will go over how to install the toolkit, use some of the features, and extend objects with the built-in design patterns.

Installation
------------

[](#installation)

Installation can be done either with Composer or downloading the packages manually.

### Composer

[](#composer)

The easy way to install the application is with composer. Start by running the require command in composer

```
composer require prodigyview/prodigyview
```

After it has successfully been installed, simply make sure the autoload generated by Composer is being included in your application.

```

```

##### Validate If A File Is An Image

[](#validate-if-a-file-is-an-image)

```

?>
```

##### Execute a CURL post

[](#execute-a-curl-post)

```
