{"id":21991448,"url":"https://github.com/neto737/xeoncaptcha","last_synced_at":"2025-06-11T07:09:20.235Z","repository":{"id":52414049,"uuid":"135864690","full_name":"neto737/xeonCAPTCHA","owner":"neto737","description":"A simple CAPTCHA system written in PHP","archived":false,"fork":false,"pushed_at":"2024-05-04T07:14:21.000Z","size":32,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T11:56:25.495Z","etag":null,"topics":["captcha","neto737","php","security","simple"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neto737.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-06-03T01:37:35.000Z","updated_at":"2025-05-18T17:47:55.000Z","dependencies_parsed_at":"2025-04-30T13:53:37.383Z","dependency_job_id":null,"html_url":"https://github.com/neto737/xeonCAPTCHA","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neto737%2FxeonCAPTCHA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neto737%2FxeonCAPTCHA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neto737%2FxeonCAPTCHA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neto737%2FxeonCAPTCHA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neto737","download_url":"https://codeload.github.com/neto737/xeonCAPTCHA/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neto737%2FxeonCAPTCHA/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259219697,"owners_count":22823576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["captcha","neto737","php","security","simple"],"created_at":"2024-11-29T20:09:26.354Z","updated_at":"2025-06-11T07:09:20.205Z","avatar_url":"https://github.com/neto737.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":" \r\n# xeonCAPTCHA\r\n\r\nA simple CAPTCHA system written in PHP.\r\n\r\n[![Latest Stable Version](https://poser.pugx.org/neto737/xeoncaptcha/version)](https://packagist.org/packages/neto737/xeoncaptcha) [![Total Downloads](https://poser.pugx.org/neto737/xeoncaptcha/downloads)](https://packagist.org/packages/neto737/xeoncaptcha) [![Latest Unstable Version](https://poser.pugx.org/neto737/xeoncaptcha/v/unstable)](//packagist.org/packages/neto737/xeoncaptcha) [![License](https://poser.pugx.org/neto737/xeoncaptcha/license)](https://packagist.org/packages/neto737/xeoncaptcha)\r\n\r\n## Requirements\r\n- PHP 7.0 or earlier with:\r\n  - GD\r\n\r\n## Installation\r\n\r\nTo install the xeonCAPTCHA, you will need to be using [Composer](http://getcomposer.org/) in your project. If you aren't using Composer yet, it's really simple! Here's how to install composer and the xeonCAPTCHA.\r\n```sh\r\n# Install Composer\r\ncurl -sS https://getcomposer.org/installer | php\r\n\r\n# Add the xeonCAPTCHA as a dependency\r\nphp composer.phar require neto737/xeoncaptcha\r\n```\r\n\r\nNext, require Composer's autoloader, in your application, to automatically load the xeonCAPTCHA in your project:\r\n\r\n```php\r\nrequire 'vendor/autoload.php';\r\n\r\nuse neto737\\xeonCAPTCHA;\r\n```\r\n\r\nOr if put the following in your `composer.json`:\r\n\r\n```json\r\n\"neto737/xeoncaptcha\": \"*\"\r\n```\r\n  \r\n## Example\r\n\r\n```php\r\nrequire 'vendor/autoload.php';\r\n\r\nuse neto737\\xeonCAPTCHA;\r\n\r\n//If you set the second variable as true your CAPTCHA will be a math CAPTCHA\r\n$xeon = new xeonCAPTCHA(xeonCAPTCHA::IMG_PNG, false);\r\n\r\n//This function will return an image\r\n$xeon-\u003egenerateCAPTCHA(155, 30, 20, 5, 'xeonCAPTCHA', '', 22);\r\n```\r\n\r\n## Credits\r\n- \u003ca href=\"https://github.com/neto737\" target=\"_blank\"\u003eNeto Melo\u003c/a\u003e\r\n\r\n## Donate\r\n[![Donate BTC](https://img.shields.io/badge/donate-BTC-ff9900.svg)](https://blockchain.info/address/12oyGgGHYp1NxtoQFUmaoqm1z8XAeTQKUb) [![Donate ETH](https://img.shields.io/badge/donate-ETH-3C3C3D.svg)](https://etherscan.io/address/0xE461A5aC39a86Ec651AB49277637e6d4417257fA)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneto737%2Fxeoncaptcha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneto737%2Fxeoncaptcha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneto737%2Fxeoncaptcha/lists"}