Go to file
2024-12-23 14:27:42 +08:00
app 更新 2024-12-23 14:27:42 +08:00
config 本地数据库更新 2024-12-23 11:41:53 +08:00
public Initial commit 2024-12-11 18:30:32 +08:00
support Initial commit 2024-12-11 18:30:32 +08:00
.gitignore 初始化创建定时任务 2024-12-17 21:11:21 +08:00
composer.json 导出数据到表格 2024-12-20 15:08:27 +08:00
composer.lock 导出数据到表格 2024-12-20 15:08:27 +08:00
LICENSE Initial commit 2024-12-11 18:30:32 +08:00
README.md Initial commit 2024-12-11 18:30:32 +08:00
start.php Initial commit 2024-12-11 18:30:32 +08:00
windows.bat Initial commit 2024-12-11 18:30:32 +08:00
windows.php Initial commit 2024-12-11 18:30:32 +08:00

BPS Ads项目

简介

BPS ads项目是一个基于Google Ads API的广告管理系统使用PHP webman框架开发。该项目提供了一个简单的API允许用户创建、管理和优化广告活动。

my_project/
│
├── app/
│   ├── controller/
│   │   └── GoogleAdsController.php
│   ├── model/
│   │   └── Campaign.php
│   │   └── CampaignBudget.php
│   │   └── AdGroup.php
│   │   └── Ad.php
│   ├── service/
│   │   └── GoogleAdsService.php
│   └── routes.php
│
├── config/
│   ├── google_ads_php.ini
│   └── database.php
│
├── public/
│   └── index.php
│
├── vendor/
│   └── (composer dependencies)
├── .env
└── composer.json```