Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() ![]() |
Reputation | Support forum | Blog (1) | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 153 | All time: 9,014 This week: 94![]() |
Version | License | PHP version | Categories | |||
picpurify 1.0.0 | MIT/X Consortium ... | 5 | PHP 5, Graphics, Web services, Artifi... |
> Work in progress
$picpurify = new \IsaEken\Picpurify\Picpurify;
$picpurify
->setApiKey('api-key')
->setTasks([
\IsaEken\Picpurify\Tasks::DrugModeration,
\IsaEken\Picpurify\Tasks::GoreModeration,
\IsaEken\Picpurify\Tasks::PornModeration,
])
->setImage(\IsaEken\Picpurify\Image::createFromUrl('https://example.com/example.jpg'));
$response = $picpurify->run();
$response->getStatus();
$response->getTime();
$response->getMedia();
$response->getModerations();
$response->getModeration(\IsaEken\Picpurify\Tasks::DrugModeration)->detection;
$response->getData();
MIT
> Work in progress
$picpurify = new \IsaEken\Picpurify\Picpurify;
$picpurify
->setApiKey('api-key')
->setTasks([
\IsaEken\Picpurify\Tasks::DrugModeration,
\IsaEken\Picpurify\Tasks::GoreModeration,
\IsaEken\Picpurify\Tasks::PornModeration,
])
->setImage(\IsaEken\Picpurify\Image::createFromUrl('https://example.com/example.jpg'));
$response = $picpurify->run();
$response->getStatus();
$response->getTime();
$response->getMedia();
$response->getModerations();
$response->getModeration(\IsaEken\Picpurify\Tasks::DrugModeration)->detection;
$response->getData();
MIT
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
Data | Auxiliary data | ||
![]() |
Data | Auxiliary data | ||
![]() |
Doc. | Documentation |
![]() |
/ | src |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
Class | Class source | ||
![]() |
Class | Class source | ||
![]() |
Class | Class source | ||
![]() |
Class | Class source | ||
![]() |
Class | Class source |
![]() |
/ | src | / | Models |
File | Role | Description |
---|---|---|
![]() |
Class | Class source |
![]() |
Class | Class source |
![]() |
Class | Class source |
![]() |
/ | src | / | Traits |
File | Role | Description |
---|---|---|
![]() |
Class | Class source |
![]() |
Class | Class source |
![]() |
Class | Class source |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.