Download the PHP package oxmohsen/validating-data without Composer
On this page you can find all versions of the php package oxmohsen/validating-data. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download oxmohsen/validating-data
More information about oxmohsen/validating-data
Files in oxmohsen/validating-data
Package validating-data
Short Description example of how to validate incoming data from web app telegram bot to ensure that the data is come from telegram.
License MIT
Informations about the package validating-data
validating-data
project to validate telegram web app data.
Example
·
Report Bug
·
Request Feature
Table of Contents
-
About The Project
- Built With
-
Getting Started
- Installation
- Usage
- Contributing
- License
- Contact
About The Project
valid data | invalid data |
---|---|
php code for validating incoming data from telegram web app bot to ensure that the data is valid and comes from the telegram. in example folder you can see how to use this code by using ajax
and php
.
(back to top)
Built With
(back to top)
Getting Started
These instructions will get you a copy of the project and show you how to use it. You'll need Git and composer
Installation
-
using composer
-
install manually
-
Clone the repo
-
move to the directory
- Install composer packages
-
Usage
-
load the project
- use the Validate class to validate initData
you can also see a simple example in the example folder.
(back to top)
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
(back to top)
License
Distributed under the MIT License. See LICENSE
for more information.
(back to top)
Contact
Mohsen Falakedin - @oxmohsen - [email protected]
Project Link: https://github.com/OxMohsen/validating-data
(back to top)